<label name="lblAction" caption="Action" hint="The action that the form should execute. You can use this to refer to an external script, for instance." width="42" height="13" top="56" left="8"/>
<label name="lblName" caption="Name" hint="The name of this element. Important if you wish to refer to this form element through some sort of scripting for instance." width="26" height="13" top="8" left="8"/>
<edit name="edtName" taborder="0" text="" hint="The name of this element. Important if you wish to refer to this form element through some sort of scripting for instance." width="225" height="19" top="24" left="8"/>
<edit name="edtAction" taborder="2" text="" hint="The action that the form should execute. You can use this to refer to an external script, for instance." width="225" height="19" top="72" left="8"/>
<combobox name="comDataFormat" taborder="3" text="application/x-www-form-urlencoded" hint="Select the data format used to submit this form." width="145" height="21" top="72" left="240">
<items>
application/x-www-form-urlencoded
multipart/form-data
text/plain
</items>
</combobox>
<combobox name="comMethod" taborder="1" text="get" hint="The method used to send the form data." width="145" height="21" top="24" left="240">